InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / RawFontSubSet Class / GetFontSubSet Method / GetFontSubSet(Byte[]) Method
The raw font data.

In This Topic
    GetFontSubSet(Byte[]) Method
    In This Topic
    Gets font subset for raw font data.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetFontSubSet( _
       ByVal data() As Byte _
    ) As FontSubSet
    public static FontSubSet GetFontSubSet( 
       byte[] data
    )

    Parameters

    data
    The raw font data.

    Return Value

    The font subset object.
    See Also